object FileSelectDlg: TFileSelectDlg Left = 245 Top = 108 BorderStyle = bsDialog Caption = 'Select Files' ClientHeight = 312 ClientWidth = 413 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 40 Width = 192 Height = 13 Caption = 'C:\...\Borland\CBuilder\Projects\SNR32' end object OKBtn: TButton Left = 247 Top = 276 Width = 75 Height = 25 Caption = 'Add to List' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 327 Top = 276 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object FileListBox1: TFileListBox Left = 248 Top = 56 Width = 153 Height = 209 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 MultiSelect = True ParentFont = False TabOrder = 2 end object DriveComboBox1: TDriveComboBox Left = 16 Top = 8 Width = 225 Height = 19 DirList = DirectoryListBox1 TabOrder = 3 end object DirectoryListBox1: TDirectoryListBox Left = 16 Top = 56 Width = 225 Height = 209 DirLabel = Label1 FileList = FileListBox1 ItemHeight = 16 TabOrder = 4 end object FilterComboBox1: TFilterComboBox Left = 248 Top = 8 Width = 153 Height = 21 FileList = FileListBox1 Filter = 'All files (*.*)|*.*|Text File (*.TXT)|*.txt|Database Tables (*.D' + 'B)|*.db' TabOrder = 5 OnChange = FilterComboBox1Change end object Edit1: TEdit Left = 248 Top = 32 Width = 153 Height = 21 TabOrder = 6 OnChange = Edit1Change end end